pp108 : Examples of Delete

Examples of Delete

This topic provides examples for the operation type - .

Delete

Target Element before Message Mapping

Target Element after Message Mapping

The Target element is/Orders/OrderIDand the XML structure of the Target element before mapping the message is as follows:

<Orders>
    <OrderID>100</OrderID>
    <OrderAmount>5000</OrderAmount>
</Orders>

<Orders>
    <OrderAmount>5000</OrderAmount>
</Orders>


Related concepts

Pre Assignments
Post Assignments

Related tasks

Creating Assignments

Related reference

Operation Types
Examples of Add
Examples of Add XML as String
Examples of Replace Content With
Examples of Replace With
Examples of Replace XML as String